projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
714fd2e
)
[LINUX]: #undef signal.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Jun 1993 08:08:11 +0000
(08:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Jun 1993 08:08:11 +0000
(08:08 +0000)
lib-src/timer.c
patch
|
blob
|
history
diff --git
a/lib-src/timer.c
b/lib-src/timer.c
index 7a4ee3c571b247bc67528382760819e7abaeacc9..ef46b29f1269fea291ab30161825ac7a8fa94a80 100644
(file)
--- a/
lib-src/timer.c
+++ b/
lib-src/timer.c
@@
-23,6
+23,12
@@
#define SIGIO SIGUSR1
#endif
+#ifdef LINUX
+/* Perhaps this is correct unconditionally. */
+#undef signal
+#endif
+
+
extern int errno;
extern char *sys_errlist[], *malloc ();
extern time_t time ();